From 6563a11ed93f1ac13189f4af5a692e05aaade902 Mon Sep 17 00:00:00 2001 From: oliskoli Date: Thu, 26 Jan 2006 22:16:53 +0000 Subject: [PATCH] Update gdb "watermark". --- gpsbabel/gdb.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gpsbabel/gdb.c b/gpsbabel/gdb.c index 7f9ec8fee..67df8177b 100644 --- a/gpsbabel/gdb.c +++ b/gpsbabel/gdb.c @@ -1103,7 +1103,11 @@ gdb_write_file_header(const struct tm *tm) #else /* This is our "Watermark" to show this file was created by GPSbabel */ /* !!! We should define the date use through Makefile !!! */ - strncpy(buff, "A].GPSBabel_1.2.7-beta*Sep 13 2005*20:10:00", sizeof(buff)); /* gpsbabel V1.2.7 BETA */ + + /* history: + strncpy(buff, "A].GPSBabel_1.2.7-beta*Sep 13 2005*20:10:00", sizeof(buff)); gpsbabel V1.2.7 BETA + */ + strncpy(buff, "A].GPSBabel_1.2.8-beta*Jan 18 2006*20:11:00", sizeof(buff)); /* gpsbabel 1.2.8-beta01182006_clyde */ #endif len = strlen(buff); buff[2] = 2; -- 2.30.2